programs.librewolf.profiles.<name>.userChrome
Custom LibreWolf user chrome CSS.
- Type
strings concatenated with "\n" or absolute path- Default
""- Example
'' /* Hide tab bar in FF Quantum */ @-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) { #TabsToolbar { visibility: collapse !important; margin-bottom: 21px !important; } #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { visibility: collapse !important; } } ''- Declared
- <home-manager/modules/programs/librewolf.nix>